Welcome![Sign In][Sign Up]
Location:
Search - CRC cyclic redundancy check code

Search list

[Data structsCRC32数据检验算法代码

Description: 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. Cyclic Redundancy Check (Cyclic Redundancy Check/Code) is to block transmission of data over a check out, is a highly efficient error control methods.
Platform: | Size: 18432 | Author: zhou | Hits:

[VHDL-FPGA-VerilogCRC-Verilog

Description: 此是进行循环冗余效验的Verilog编码,适合多种标准,如CRC16-this Cyclic Redundancy is well-tested Verilog code for a variety of criteria, such as CYXLIC REDUNDANCY
Platform: | Size: 3072 | Author: 藏瑞 | Hits:

[assembly languagecrc2345

Description: crc任意位生成多项式 任意位运算 自适应算法 循环冗余校验码(CRC,Cyclic Redundancy Code)是采用多项式的 编码方式,这种方法把要发送的数据看成是一个多项式的系数 ,数据为bn-1bn-2…b1b0 (其中为0或1),则其对应的多项式为: bn-1Xn-1+bn-2Xn-2+…+b1X+b0 例如:数据“10010101”可以写为多项式 X7+X4+X2+1。 循环冗余校验CRC 循环冗余校验方法的原理如下: (1) 设要发送的数据对应的多项式为P(x)。 (2) 发送方和接收方约定一个生成多项式G(x),设该生成多项式 的最高次幂为r。 (3) 在数据块的末尾添加r个0,则其相对应的多项式为M(x)=XrP(x) 。(左移r位) (4) 用M(x)除以G(x),获得商Q(x)和余式R(x),则 M(x)=Q(x) ×G(x)+R(x)。 (5) 令T(x)=M(x)+R(x),采用模2运算,T(x)所对应的数据是在原数 据块的末尾加上余式所对应的数据得到的。 (6) 发送T(x)所对应的数据。 (7) 设接收端接收到的数据对应的多项式为T’(x),将T’(x)除以G(x) ,若余式为0,则认为没有错误,否则认为有错-crc-generating polynomial arbitrary arbitrary Operators adaptive algorithm Cyclic Redundancy Check (CRC. Cyclic Redundancy Code) is the polynomial coder, This way the data to be sent as a polynomial coefficient data bn- 1bn-2 ... b1b0 (0 or 1), corresponding to the polynomial : bn- 1Xn-1 bn- 2Xn-2 ... b1X belts such as : data "10010101" polynomial can be written as a X7 X4 X2. Cyclic Redundancy Check Cyclic Redundancy Check method of principle as follows : (1) The data to be sent to the corresponding polynomial p (x). (2) the sender and the receiver agreed on a generator polynomial G (x), set up the generator polynomial of the highest power of r. (3) In the data block Add to the end of r-0, then the polynomial corresponding to M (x) = XrP (x). (R-bits) (4) M (x) divided by G (
Platform: | Size: 1024 | Author: yzs | Hits:

[Other Embeded programModBus+CRC

Description: 完整的CRC循环冗余校验码程序,C语言编程-Complete CRC Cyclic Redundancy Check Code procedures, C language programming
Platform: | Size: 77824 | Author: 坚之 | Hits:

[Othercrc

Description: 本代码实现了CRC循环冗余校验,分为CRC16和CRC32并且#define了常用的若干多项式。-The code to achieve the CRC Cyclic Redundancy Check, CRC16 and CRC32 and divided into# Define a number of commonly used polynomial.
Platform: | Size: 2048 | Author: zhanghailin | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[Internet-NetworkCRC

Description: 使用vc6.0开发的CRC循环冗余校验码。使用vc网络编程知识实现两台电脑之间进行CRC实验-Vc6.0 developed the use of CRC Cyclic Redundancy Check code. Vc network programming knowledge to use to achieve between the two computers CRC Experimental
Platform: | Size: 225280 | Author: 陈鸿强 | Hits:

[Crack HackCRC

Description: 循环冗余校验,中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-Cyclic Redundancy Check, the Chinese name for the Cyclic Redundancy Check (code). It is important for a class of linear block codes, encoding and decoding method is simple, error detection and error correction capability, in the widely used communications error control implementation.
Platform: | Size: 1024 | Author: lu xin | Hits:

[Othercrc

Description: 循环冗余校验码CRC的VerilogHDL源程序-CRC cyclic redundancy check code of the source VerilogHDL
Platform: | Size: 1024 | Author: hh | Hits:

[VHDL-FPGA-Verilogcrc32

Description: crc循环冗余校验码,用于对传输信号进行编码校验,是信息更可靠-crc cyclic redundancy check code used to transmit coded signals to verify, the information is more reliable
Platform: | Size: 79872 | Author: 莱茵夏 | Hits:

[OtherCRC

Description: 循环冗余校验就是一种被广泛采用的错误检验编码。介绍了循环冗余校验码的差错控制原理及其算法实现。-CRC is a widely used test coding errors. Introduced a cyclic redundancy check code for error control principle and algorithm.
Platform: | Size: 284672 | Author: 某某人 | Hits:

[JSP/Javacrc

Description: JAVA 编写的CRC循环冗余校验码,分两个文件,一个为生成发送信息的,一个为检验收到信息是否正确的-Written in JAVA CRC cyclic redundancy check code in two files, one to send the information to generate a receipt for the inspection information is correct
Platform: | Size: 1024 | Author: 王雪琼 | Hits:

[VHDL-FPGA-Verilogcrc_16

Description: 16位的CRC(循环冗余校验码),CRC是数据通信领域中最常用的一种差错校验码,其特征是信息字段和校验字段的长度可以任意选定。-16-bit CRC (cyclic redundancy check code), CRC is the data communications of the most commonly used error checking code, which is characterized by the information field and check the length of the field can be arbitrarily selected. ...
Platform: | Size: 1024 | Author: 陈华 | Hits:

[VHDL-FPGA-VerilogCRC

Description: Cyclic redundancy check code (16-bit) Very good code verified code
Platform: | Size: 151552 | Author: veerender | Hits:

[VHDL-FPGA-Verilogcrc

Description: 本代码是CRC循环冗余校验实例,包含顶层原理图文件,十分直观-The CRC is cyclic redundancy check code examples, including the top-level schematic file, very intuitive
Platform: | Size: 449536 | Author: renjiale | Hits:

[AlgorithmCRC-algorithm-principle---C

Description: CRC的英文全称为Cyclic Redundancy Check(Code),中文名称为循环冗余校验(码)。它是一类重要的线性分组码,编码和解码方法简单,检错和纠错能力强,在通信领域广泛地用于实现差错控制。-The English full CRC Cyclic Redundancy Check (Code), the Chinese name for the cyclic redundancy check (code). It is an important class of linear block codes, encoding and decoding method is simple, error detection and correction capability, widely used in communications to achieve error control.
Platform: | Size: 22528 | Author: shitou | Hits:

[OtherCRC(Cyclical-Redundancy-Checking)

Description: 本设计研究了纠错码及循环冗余校验码的原理,以及利用MATLAB对其进行了编程和编译仿真,实现了CRC循环冗余校验码的编码及校验,在接收端收到通过校验的码.-This design research the error correcting code and cyclic redundancy check code principle, and the use of the MATLAB programming and compile the simulation, realized the CRC cyclic redundancy check code coding and check, at the receiving end received through the check code.
Platform: | Size: 1024 | Author: hzc | Hits:

[VHDL-FPGA-VerilogCRC

Description: 用VERILOG语言实现的CRC循环冗余校验码,已成功用于实际项目。-With VERILOG language of the CRC cyclic redundancy check code has been successfully used for actual projects.
Platform: | Size: 484352 | Author: zyb | Hits:

[Program docCyclic-Redundancy-Check

Description: CRC即循环冗余校验码(Cyclic Redundancy Check):是数据通信领域中最常用的一种差错校验码-CRC is the Redundancy Check Cyclic (cyclic redundancy check code). It is the most common error check code in data communication field.
Platform: | Size: 15360 | Author: DAIWEI | Hits:

[Program docCyclic-Redundancy-Check

Description: CRC即循环冗余校验码(Cyclic Redundancy Check[1] ):是数据通信领域中最常用的一种查错校验码,其特征是信息字段和校验字段的长度可以任意选定。循环冗余检查(CRC)是一种数据传输检错功能,对数据进行多项式计算,并将得到的结果附在帧的后面,接收设备也执行类似的算法,以保证数据传输的正确性和完整性。-CRC is the most commonly used in the field of data communication error check code, which is characterized by the information field and the length of the check field can be arbitrarily selected. Cyclic Redundancy Check (CRC) is a data transmission error detection function, the data is polynomial calculation, and the results will be attached to the back of the frame, the receiving device also performs a similar algorithm to ensure the correctness and integrity of the data transmission Sex.
Platform: | Size: 17408 | Author: 龙畅游 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net